/* 文化志愿者- public */
@charset "utf-8";
html,body{
	margin:0;
	padding:0;
	background:#f0f0f0;
}
div,ul,ol,li,form,input,p,img{ margin:0; padding:0;}
body{ font-family:verdana,Arial,Helvetica,'Microsoft YaHei',sans-serif; font-size:14px; color:#060505; line-height:24px;}
img{ border: none 0; vertical-align:middle; _vertical-align:baseline;}
ul li{ margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{ display:inline;}
i{ font-style:normal;}

a{color:#151414;text-decoration:none; outline:0;}
a:hover{color:#151414; text-decoration:none;}
*:focus {outline: none;}

.left{float:left;}
.right{float:right;}
.txtleft{ text-align:left;}
.txtright{ text-align:right;}
.txtcenter{ text-align:center;}
.clear{ clear:both;}

#header{
	position:relative;
	width:100%;
	min-width:1200px;
	height:42px;
	background:#00479d url(../images/header_bg.jpg) no-repeat center 0;
	overflow:hidden;
}
.base_page{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.nav_bar{
	float:left;
	width:900px;
	height:42px;
	line-height:42px;
	margin-left:45px;
	overflow:hidden;
}
.nav_bar li{
	position:relative;
	float:left;
	width:100px;
	height:42px;
	font-size:16px;
	line-height:42px;
	text-align:center;
	overflow:hidden;
}
.nav_bar li.home{
	float:left;
	width:80px;
}
.nav_bar li.current{
	background:#00479d;
}
.nav_bar li:hover{
	background:#50b7fb;
}
.nav_bar li a{ color:#fff;}
.nav_bar li a i{
	position:absolute;
	right:16px;
	top:10px;
	width:8px;
	height:8px;
	border:0;
	border-radius:50%;
	background:#ff4e36;
}
.nav_login{
	float:right;
	width:240px;
	height:42px;
	font-size:16px;
	color:#fff;
	line-height:42px;
	text-align:right;
	/*margin-right:30px;*/
	overflow:hidden;
}
.nav_login a{ color:#fff; margin:0 0 0 15px;}
.nav_login img{ width:30px; height:30px; border:0; border-radius:50%; /*margin-right:10px;*/}

.base_pager{
	/*float:left;*/
	width: auto;
	text-align: center;
}
.base_pager a{ font-size:15px; color:#474747; margin:0 1px; padding:5px 10px;}
.base_pager a.current{ background:#3795d3; color:#fff;}
.base_pager a.prev{
	display:inline-block;
	font-family:"Microsoft YaHei";
	border-right:1px solid #d2d2d2;
	margin-right:10px;
	padding-right:20px;
}
.base_pager a.next{
	display:inline-block;
	font-family:"Microsoft YaHei";
	border-left:1px solid #d2d2d2;
	margin-left:10px;
	padding-left:20px;
}
.base_pager span.omit{ margin:0 15px; }
.base_pager span.fnt{ margin:0 8px 0 30px; }
.base_pager span.fntpage{ margin:0 8px; }
.base_pager .txt_page{ width:50px; height:20px; padding:3px 0; text-align:center; border:1px solid #0a0204; }
.base_pager .btn_page{ width:50px; height:28px; padding:3px 0; font-family:"Microsoft YaHei"; color:#fff; text-align:center; background:#3795d3; border:1px solid #3795d3; cursor:pointer; }

#footer{
	position:relative;
	float:left;
	width:100%;
	min-width:1200px;
	height:153px;
	background:#00479d url(../images/bottom_bg.jpg) no-repeat center 0;
	font-size:15px;
	color:#fff;
	text-align:center;
	line-height:40px;
	padding-top:70px;	
	overflow:hidden;
}
#footer span{ margin:0 20px;}
#footer a{ color:#fff;}

/*弹出窗*/
/*fixed*/
.vtr_popup{
	float:left;
	width:560px;
	text-align:center;
}
.vtr_popup div{
	float:left;
	width:560px;
	text-align:center;
}
.vtr_popup span.tks{ font-size:26px; color:#3e3e3e; line-height:105px;}
.vtr_popup span.draws{ display:inline-block; height:141px; font-size:26px; color:#101010; line-height:141px; letter-spacing:2px; background:url(../images/icon_32.png) no-repeat left; padding-left:85px;}
.btn_red{
	width:100px;
	height:32px;
	background:#a66153;
	line-height:32px;
	color:#fff;
	border:0;
	margin:0 15px;
	cursor:pointer;
}
.btn_gray{
	width:100px;
	height:32px;
	background:#a0a0a0;
	line-height:32px;
	color:#fff;
	border:0;
	margin:0 15px;
	cursor:pointer;
}